net/http.http2responseWriter.rws (field)
21 uses
net/http (current package)
h2_bundle.go#L6166: return &http2responseWriter{rws: rws}
h2_bundle.go#L6228: rw.rws.stream.cancelCtx()
h2_bundle.go#L6235: write: http2handlerPanicRST{rw.rws.stream.id},
h2_bundle.go#L6236: stream: rw.rws.stream,
h2_bundle.go#L6406: rws *http2responseWriterState
h2_bundle.go#L6642: st := w.rws.stream
h2_bundle.go#L6643: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6649: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6668: st := w.rws.stream
h2_bundle.go#L6669: if !deadline.IsZero() && deadline.Before(w.rws.conn.srv.now()) {
h2_bundle.go#L6675: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6698: rws := w.rws
h2_bundle.go#L6723: rws := w.rws
h2_bundle.go#L6743: rws := w.rws
h2_bundle.go#L6771: rws := w.rws
h2_bundle.go#L6843: rws := w.rws
h2_bundle.go#L6867: rws := w.rws
h2_bundle.go#L6870: w.rws = nil
h2_bundle.go#L6883: st := w.rws.stream
h2_bundle.go#L6905: if w.rws.req.TLS != nil {
h2_bundle.go#L6919: u.Host = w.rws.req.Host
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |